| Member | Description |
|---|---|
| CREATE_NEW | Create a new file. If the file exists, it is overwritten. |
| OPEN_READ | Open the source file for reading. |
| OPEN_READ_WRITE | Open the source file for read/write operations. |
| Member | Description |
|---|---|
| CREATE_NEW | Create a new file. If the file exists, it is overwritten. |
| OPEN_READ | Open the source file for reading. |
| OPEN_READ_WRITE | Open the source file for read/write operations. |
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.core.io.FileMode